runtime.mspan.allocBits (field)
9 uses
runtime (current package)
mbitmap.go#L1038: bytep, mask := s.allocBits.bitp(allocBitIndex)
mbitmap.go#L1047: bytes := (*[8]uint8)(unsafe.Pointer(s.allocBits.bytep(uintptr(whichByte))))
mbitmap.go#L1123: bytep, mask := s.allocBits.bitp(index)
mgcsweep.go#L652: if (*s.gcmarkBits.bytep(obj / 8)&^*s.allocBits.bytep(obj / 8))>>(obj%8) != 0 {
mgcsweep.go#L657: if *s.gcmarkBits.bytep(i)&^*s.allocBits.bytep(i) != 0 {
mgcsweep.go#L682: s.allocBits = s.gcmarkBits
mheap.go#L463: allocBits *gcBits
mheap.go#L1419: s.allocBits = newAllocBits(uintptr(s.nelems))
mheap.go#L1712: span.allocBits = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |